AdSystem

data class AdSystem(name: String, version: String?)

Describes the ad system that returned the ad. Specified in InLine.AdSystem in the VAST response.

Constructors

AdSystem
Link copied to clipboard
fun AdSystem(name: String, version: String?)

Properties

name
Link copied to clipboard
val name: String
The name of the ad system that returned the ad.
version
Link copied to clipboard
val version: String?
The version number of the ad system that returned the ad.